We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0f3dd0 + b3d48b5 commit 128aae6Copy full SHA for 128aae6
kitsune/sumo/static/sumo/scss/components/_flaggit.scss
@@ -27,8 +27,14 @@
27
28
.flagged-item-header {
29
display: flex;
30
- justify-content: space-between;
31
- align-items: center;
+ flex-direction: column;
+ gap: p.$spacing-sm;
32
+
33
+ @media (min-width: p.$screen-md) {
34
+ flex-direction: row;
35
+ justify-content: space-between;
36
+ align-items: center;
37
+ }
38
39
h2 {
40
margin: 0;
@@ -37,6 +43,7 @@
43
span {
44
font-size: 1rem;
45
font-weight: bold;
46
+ white-space: nowrap;
47
}
41
48
42
49
@@ -98,4 +105,4 @@
98
105
form {
99
106
margin-bottom: p.$spacing-sm;
100
107
101
-}
108
+}
0 commit comments